home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Nebula 2
/
Nebula Two.iso
/
WebObjects
/
WebObjectsDoc_HTML
/
Reuse
/
ReusableComponentsEx
/
FontString.wo
/
FontString.wod
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-03-02
|
283 b
|
20 lines
////////////////////////
// FontString
// by Charles Lloyd
////////////////////////
FSFont: WOGenericContainer {
elementName = "font";
color = fontColor;
size = fontSize;
};
FSString: WOString {
value = value;
};
Comment: WOConditional {
condition = NO;
};